This event is reserved for internal use by Meridian Enterprise.
Syntax
Private Sub AMUIExtension_AfterCopyWithReferences(
ByVal CurrentObject As Object,
ByVal SourceDocument As AMEDM.IAMDocument,
ByVal OldParentDocument As AMEDM.IAMDocument,
ByVal NewParentDocument As AMEDM.IAMDocument)
| Name | Description |
|---|---|
|
CurrentObject |
The document object (AMDocument object) |
|
SourceDocument |
The document object that the copy was created from. |
|
OldParentDocument |
The document object (the source) referenced by the child files before the copy is made. |
|
NewParentDocument |
The document object (the copy) referenced by the child files after the copy is made. |
Remarks